The ImagickDraw class
PHP Manual

ImagickDraw::annotation

(PECL imagick 2.0.0)

ImagickDraw::annotationDraws text on the image

Descripción

bool ImagickDraw::annotation ( float $x , float $y , string $text )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Draws text on the image.

Lista de parámetros

x

The x coordinate where text is drawn

y

The y coordinate where text is drawn

text

The text to draw on the image

Valores retornados

No value is returned.


The ImagickDraw class
PHP Manual